org.glassfish.hk2.classmodel.reflect
Interface AnnotationModel

All Superinterfaces:
AnnotatedElement, Type
All Known Implementing Classes:
AnnotationModelImpl

public interface AnnotationModel
extends Type

Represents an annotation

Author:
Jerome Dochez

Method Summary
 java.util.Collection<AnnotatedElement> allAnnotatedTypes()
          Returns an unmodifiable collection of annotated element with this annotation
 
Methods inherited from interface org.glassfish.hk2.classmodel.reflect.Type
getFieldReferences, getMethods
 
Methods inherited from interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement
getAnnotations, getName, shortDesc
 

Method Detail

allAnnotatedTypes

java.util.Collection<AnnotatedElement> allAnnotatedTypes()
Returns an unmodifiable collection of annotated element with this annotation

Returns:
collection of elements annotated with this annotation


Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.