Uses of Interface
org.jboss.weld.annotated.enhanced.EnhancedAnnotation
-
Packages that use EnhancedAnnotation Package Description org.jboss.weld.annotated.enhanced.jlr JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.metadata.cache JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.resources JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.util.annotated JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of EnhancedAnnotation in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement EnhancedAnnotation Modifier and Type Class Description classEnhancedAnnotationImpl<T extends Annotation>Represents an annotated annotationMethods in org.jboss.weld.annotated.enhanced.jlr that return EnhancedAnnotation Modifier and Type Method Description static <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 EnhancedAnnotation Modifier and Type Method Description protected 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 EnhancedAnnotation Constructor Description AbstractBindingModel(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 EnhancedAnnotation Modifier and Type Method Description <T extends Annotation>
EnhancedAnnotation<T>ClassTransformer. getEnhancedAnnotation(Class<T> clazz) -
Uses of EnhancedAnnotation in org.jboss.weld.util.annotated
Classes in org.jboss.weld.util.annotated that implement EnhancedAnnotation Modifier and Type Class Description classForwardingWeldAnnotation<T extends Annotation>Methods in org.jboss.weld.util.annotated that return EnhancedAnnotation Modifier and Type Method Description protected abstract EnhancedAnnotation<T>ForwardingWeldAnnotation. delegate()
-