@Documented @Target(value=TYPE) @Retention(value=RUNTIME) @Repeatable(value=SupportedAnnotations.class) public @interface SupportedAnnotation
| 限定符和类型 | 必需的元素和说明 |
|---|---|
Class<? extends Annotation> |
value |
public abstract Class<? extends Annotation> value
Copyright © 2018. All rights reserved.