public class NadAnnotation extends Object
| 构造器和说明 |
|---|
NadAnnotation(Annotation a) |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<NadAnnotation> |
fromAnnotatedElement(AnnotatedElement annotatedElement) |
static List<NadAnnotation> |
fromArray(Annotation[] annotations) |
Map<String,Object> |
getAttributes() |
String |
getType() |
public NadAnnotation(@NonNull
Annotation a)
@NonNull public static List<NadAnnotation> fromArray(Annotation[] annotations)
@NonNull public static List<NadAnnotation> fromAnnotatedElement(@NonNull AnnotatedElement annotatedElement)
@NonNull public String getType()
Copyright © 2023. All rights reserved.