public class AnnotationDescriptorImpl extends Object implements AnnotationDescriptor
Constructor and Description |
---|
AnnotationDescriptorImpl(Context context,
Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
Map<String,AnnotationDescriptor> |
getAnnotation() |
AnnotationDescriptor[] |
getAnnotations() |
Map<String,FieldDescriptor> |
getField() |
FieldDescriptor[] |
getFields() |
Map<String,MethodDescriptor> |
getMethod() |
MethodDescriptor[] |
getMethods() |
String |
getName() |
PackageDescriptor |
getPackage() |
String |
getShortName() |
public AnnotationDescriptorImpl(Context context, Annotation annotation)
public String getName()
getName
in interface TypeDescriptor
public String getShortName()
getShortName
in interface TypeDescriptor
public PackageDescriptor getPackage()
getPackage
in interface TypeDescriptor
public AnnotationDescriptor[] getAnnotations()
getAnnotations
in interface HasAnnotations
public Map<String,AnnotationDescriptor> getAnnotation()
getAnnotation
in interface HasAnnotations
public MethodDescriptor[] getMethods()
getMethods
in interface HasMethods
public Map<String,MethodDescriptor> getMethod()
getMethod
in interface HasMethods
public FieldDescriptor[] getFields()
public Map<String,FieldDescriptor> getField()
Copyright © 2014. All Rights Reserved.