Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.ClassConfig
Package
Description
The build compatible extension SPI.
-
Uses of ClassConfig in jakarta.enterprise.inject.build.compatible.spi
Modifier 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) Registersannotation
as an interceptor binding annotation.MetaAnnotations.addQualifier
(Class<? extends Annotation> annotation) Registersannotation
as a qualifier annotation.MetaAnnotations.addStereotype
(Class<? extends Annotation> annotation) Registersannotation
as 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.