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.
-