Annotation Type InjectionInfo.HandlerPrefix
- Enclosing class:
- InjectionInfo
@Retention(RUNTIME)
@Target(TYPE)
public static @interface InjectionInfo.HandlerPrefix
Decoration for subclasses which specifies the prefix to use when
conforming annotated handler methods
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueString prefix for conforming handler methods
-
Element Details
-
value
java.lang.String valueString prefix for conforming handler methods
-