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

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

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

Methods in org.glassfish.hk2.classmodel.reflect that return AnnotationType
 AnnotationType AnnotationModel.getType()
          Returns the annotation type for this model
 

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

Classes in org.glassfish.hk2.classmodel.reflect.impl that implement AnnotationType
 class AnnotationTypeImpl
          Implementation of an annotation model
 

Methods in org.glassfish.hk2.classmodel.reflect.impl that return AnnotationType
 AnnotationType AnnotationModelImpl.getType()
           
 

Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type AnnotationType
AnnotationModelImpl(AnnotatedElement element, AnnotationType type)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.