Uses of Class
com.sun.ts.lib.util.sec.reflect.annotation.AnnotationType
Packages that use AnnotationType
-
Uses of AnnotationType in com.sun.ts.lib.util.sec.misc
Methods in com.sun.ts.lib.util.sec.misc that return AnnotationTypeModifier and TypeMethodDescriptionJavaLangAccess.getAnnotationType
(Class klass) Get the AnnotationType instance corresponding to this class.Methods in com.sun.ts.lib.util.sec.misc with parameters of type AnnotationTypeModifier and TypeMethodDescriptionvoid
JavaLangAccess.setAnnotationType
(Class klass, AnnotationType annotationType) Set the AnnotationType instance corresponding to this class. -
Uses of AnnotationType in com.sun.ts.lib.util.sec.reflect.annotation
Methods in com.sun.ts.lib.util.sec.reflect.annotation that return AnnotationTypeModifier and TypeMethodDescriptionstatic AnnotationType
AnnotationType.getInstance
(Class annotationClass) Returns an AnnotationType instance for the specified annotation type.