get
Retrieve configuration for given annotation type.
Return
Annotation configuration or null
if configuration does not exist.
Parameters
Type of annotation for which to retrieve configuration.
Retrieve configuration for given annotation tool. If no configuration is set for annotation tool, configuration for underlying annotation type (toAnnotationType is returned. The default tool variant is used in this method.
Return
Annotation configuration or null
if configuration does not exist.
Parameters
Annotation tool for which to retrieve the configuration.
See also
to get configuration for specific tool variant.
Retrieve configuration for given annotation tool and its tool variant. If no configuration is set for the requested variant, configuration for the default variant is returned. Finally, if no configuration is set for the default variant, configuration for the underlying annotation type (toAnnotationType is returned.
Return
Annotation configuration or null
if configuration does not exist.
Parameters
Annotation tool for which to retrieve configuration.
Annotation tool variant for which to retrieve the configuration.
Retrieve configuration for given annotation type casted to required configuration type.
Return
Annotation configuration casted to T
or null
if configuration does not exist or has other type than T
.
Parameters
Type of annotation for which to retrieve configuration.
Required class of configuration.
Required type of configuration.
Retrieve configuration for given annotation tool casted to required configuration type. If no configuration is set for annotation tool, configuration for underlying annotation type (toAnnotationType is returned.
Return
Annotation configuration casted to T
or null
if configuration does not exist or has other type than T
.
Parameters
Annotation tool for which to retrieve configuration.
Required class of configuration.
Required type of configuration.
See also
to get the configuration for the specific tool variant.
Retrieve configuration for given annotation tool and its variant casted to required configuration type. If no configuration is set for the requested variant, configuration for the default variant is returned. Finally, if no configuration is set for the default variant, configuration for the underlying annotation type (toAnnotationType is returned.
Return
Annotation configuration casted to T
or null
if configuration does not exist or has other type than T
.
Parameters
Annotation tool for which to retrieve configuration.
Variant of the specified tool for which to retrieve the configuration.
Required class of configuration.
Required type of configuration.