public class AnnotationsInfo extends Object
| Constructor and Description |
|---|
AnnotationsInfo(Class<?> cls) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(AnnotationsInfo annotationsInfo) |
AnnotationInfo |
get(Class<?> annotationNameClass) |
AnnotationInfo |
get(String annotationName) |
Collection<AnnotationInfo> |
list() |
public AnnotationsInfo(Class<?> cls)
public Collection<AnnotationInfo> list()
public AnnotationInfo get(String annotationName)
annotationName - The fully-qualified class name of the annotation typeAnnotationInfo that matches the given name or null if it's not presentpublic AnnotationInfo get(Class<?> annotationNameClass)
public void append(AnnotationsInfo annotationsInfo)
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.