@Retention(value=RUNTIME) @Target(value=TYPE) @Qualifier public @interface AnnotationHandlerFor
Service
annotation, and this annotation must be placed
on a class that implements AnnotationHandler
.Modifier and Type | Required Element and Description |
---|---|
Class<? extends Annotation> |
value |
@Metadata(value="AnnotationHandlerFor") public abstract Class<? extends Annotation> value
Copyright © 2018. All rights reserved.