Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.ClassConfig
Packages that use ClassConfig
Package
Description
The build compatible extension SPI.
-
Uses of ClassConfig in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi that return ClassConfigModifier and TypeMethodDescriptionClassConfig.addAnnotation(AnnotationInfo annotation) Adds given annotation to this class.ClassConfig.addAnnotation(Annotation annotation) Adds given annotation to this class.ClassConfig.addAnnotation(Class<? extends Annotation> annotationType) Adds a marker annotation of given type to this class.MetaAnnotations.addInterceptorBinding(Class<? extends Annotation> annotation) Registersannotationas an interceptor binding annotation.MetaAnnotations.addQualifier(Class<? extends Annotation> annotation) Registersannotationas a qualifier annotation.MetaAnnotations.addStereotype(Class<? extends Annotation> annotation) Registersannotationas a stereotype annotation.ClassConfig.removeAllAnnotations()Removes all annotations from this class.ClassConfig.removeAnnotation(Predicate<AnnotationInfo> predicate) Removes all annotations matching given predicate from this class.