Uses of Interface
org.jboss.weld.annotated.enhanced.EnhancedAnnotation
Packages that use EnhancedAnnotation
Package
Description
-
Uses of EnhancedAnnotation in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement EnhancedAnnotationModifier and TypeClassDescriptionclassEnhancedAnnotationImpl<T extends Annotation>Represents an annotated annotationMethods in org.jboss.weld.annotated.enhanced.jlr that return EnhancedAnnotationModifier and TypeMethodDescriptionstatic <A extends Annotation>
EnhancedAnnotation<A>EnhancedAnnotationImpl.create(SlimAnnotatedType<A> annotatedType, ClassTransformer classTransformer) -
Uses of EnhancedAnnotation in org.jboss.weld.metadata.cache
Methods in org.jboss.weld.metadata.cache with parameters of type EnhancedAnnotationModifier and TypeMethodDescriptionprotected voidAnnotationModel.check(EnhancedAnnotation<T> annotatedAnnotation) protected voidInterceptorBindingModel.check(EnhancedAnnotation<T> annotatedAnnotation) protected voidQualifierModel.check(EnhancedAnnotation<T> annotatedAnnotation) Validates the membersprotected voidScopeModel.check(EnhancedAnnotation<T> annotatedAnnotation) protected voidStereotypeModel.check(EnhancedAnnotation<T> annotatedAnnotation) protected voidAbstractBindingModel.init(EnhancedAnnotation<T> annotatedAnnotation) protected voidAnnotationModel.init(EnhancedAnnotation<T> annotatedAnnotation) Initializes the type and validates itprotected voidInterceptorBindingModel.init(EnhancedAnnotation<T> annotatedAnnotation) protected voidStereotypeModel.init(EnhancedAnnotation<T> annotatedAnnotation) protected voidInterceptorBindingModel.initInterceptionBindingTypes(EnhancedAnnotation<T> annotatedAnnotation) protected voidAbstractBindingModel.initNonBindingMembers(EnhancedAnnotation<T> annotatedAnnotation) protected voidAnnotationModel.initType(EnhancedAnnotation<T> annotatedAnnotation) Initializes the typeprotected voidAnnotationModel.initValid(EnhancedAnnotation<T> annotatedAnnotation) Validates the data for correct annotationprotected voidQualifierModel.initValid(EnhancedAnnotation<T> annotatedAnnotation) Constructors in org.jboss.weld.metadata.cache with parameters of type EnhancedAnnotationModifierConstructorDescriptionAbstractBindingModel(EnhancedAnnotation<T> enhancedAnnotatedAnnotation) AnnotationModel(EnhancedAnnotation<T> enhancedAnnotatedAnnotation) ConstructorInterceptorBindingModel(EnhancedAnnotation<T> enhancedAnnotatedAnnotation) QualifierModel(EnhancedAnnotation<T> enhancedAnnotatedAnnotation) ConstructorScopeModel(EnhancedAnnotation<T> enhancedAnnotatedAnnotation) ConstructorStereotypeModel(EnhancedAnnotation<T> enhancedAnnotatedAnnotation) Constructor -
Uses of EnhancedAnnotation in org.jboss.weld.resources
Methods in org.jboss.weld.resources that return EnhancedAnnotationModifier and TypeMethodDescription<T extends Annotation>
EnhancedAnnotation<T>ClassTransformer.getEnhancedAnnotation(Class<T> clazz)