Annotation Interface Parametrized


@Retention(RUNTIME) @Target(TYPE) @Beta @PublicAPI @SubjectToRemoval(date=JAN_01_2025) public @interface Parametrized
(SUBJECT TO REMOVAL) Indicated that the annotated class has mutable parameters which can be handled by API discovery framework.

WARNING: although not deprecated (to avoid warnings that are of little use), this annotation is subject to removal, along with the API discovery tools that used it.

Please note that this annotation is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    com.chemaxon.apidiscovery.ParameterSetMode
    Parameter set mode.
  • Element Details

    • parameterSetMode

      com.chemaxon.apidiscovery.ParameterSetMode parameterSetMode
      Parameter set mode.
      Returns:
      Parameter set mode
      Default:
      SETTERMETHOD