Annotation Type Parametrized


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Beta
    @PublicAPI
    public @interface Parametrized
    Indicated that the annotated class has mutable parameters which can be handled by API discovery framework.

    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 parameterSetMode
      Parameter set mode.
    • Element Detail

      • parameterSetMode

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