public class AnnotationHolder extends Object implements AnnotationReader
| Constructor and Description |
|---|
AnnotationHolder(String type) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
getAvailableFields() |
String |
getType() |
AnnotationValue |
getValue(String fieldName) |
Map<String,AnnotationValue> |
getValues() |
public AnnotationHolder(String type)
public String getType()
getType in interface AnnotationReaderpublic Map<String,AnnotationValue> getValues()
public AnnotationValue getValue(String fieldName)
getValue in interface AnnotationReaderpublic Iterable<String> getAvailableFields()
getAvailableFields in interface AnnotationReaderCopyright © 2015. All rights reserved.