Annotation Interface NameProvider
Meta annotation for specifying named annotations and how to get a specified name from the named annotation.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends AnnotatedElementNameProvider<? extends Annotation>>
Strategy for extracting a specified name from an annotated element.
-
Element Details
-
value
Class<? extends AnnotatedElementNameProvider<? extends Annotation>> valueStrategy for extracting a specified name from an annotated element.
-