public class AnnotationTypeImpl extends InterfaceModelImpl implements AnnotationType
| Constructor and Description |
|---|
AnnotationTypeImpl(String name,
TypeProxy<Type> sink) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDefaultValue(String name,
Object value) |
Collection<AnnotatedElement> |
allAnnotatedTypes()
Returns an unmodifiable collection of annotated element with
this annotation
|
Map<String,Object> |
getDefaultValues()
Returns an unmodifiable collection of annotation default values.
|
protected void |
print(StringBuffer sb)
prints a meaningful string
|
allImplementations, implementationsallSubTypes, getInterfaces, getParameterizedInterfaces, getParent, getStaticFields, setParent, subTypesgetDefiningURIs, getMethods, getReferences, wasDefinedIngetAnnotation, getAnnotations, getName, isApplicationClass, setApplicationClass, shortDesc, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitallImplementations, implementationsallSubTypes, getInterfaces, getParameterizedInterfaces, getParent, getStaticFields, subTypesgetDefiningURIs, getMethods, getReferences, wasDefinedIngetAnnotation, getAnnotations, getName, shortDescpublic Collection<AnnotatedElement> allAnnotatedTypes()
AnnotationTypeallAnnotatedTypes in interface AnnotationTypepublic Map<String,Object> getDefaultValues()
AnnotationTypegetDefaultValues in interface AnnotationTypeprotected void print(StringBuffer sb)
ExtensibleTypeImplprint in class InterfaceModelImplsb - the string buffer to write to.Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.