Uses of Interface
org.glassfish.hk2.classmodel.reflect.AnnotationModel

Packages that use AnnotationModel
org.glassfish.hk2.classmodel.reflect   
org.glassfish.hk2.classmodel.reflect.impl   
 

Uses of AnnotationModel in org.glassfish.hk2.classmodel.reflect
 

Methods in org.glassfish.hk2.classmodel.reflect that return AnnotationModel
 AnnotationModel AnnotatedElement.getAnnotation(String name)
          Returns an annotation model if the type is annotated with the passed annotation name
 

Methods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type AnnotationModel
 Collection<AnnotationModel> AnnotatedElement.getAnnotations()
          Returns a unmodifiable set of annotations that are present on this annotated element.
 

Uses of AnnotationModel in org.glassfish.hk2.classmodel.reflect.impl
 

Classes in org.glassfish.hk2.classmodel.reflect.impl that implement AnnotationModel
 class AnnotationModelImpl
          Model a annotation instance
 

Methods in org.glassfish.hk2.classmodel.reflect.impl that return AnnotationModel
 AnnotationModel AnnotatedElementImpl.getAnnotation(String name)
           
 

Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type AnnotationModel
 Collection<AnnotationModel> AnnotatedElementImpl.getAnnotations()
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.