Uses of Class
io.microsphere.spring.core.annotation.GenericAnnotationAttributes
Packages that use GenericAnnotationAttributes
Package
Description
-
Uses of GenericAnnotationAttributes in io.microsphere.spring.config.context.annotation
Modifier and TypeClassDescriptionclass
PropertySourceExtensionAttributes<A extends Annotation>
AnnotationAttributes
for the annotation meta-annotatedPropertySourceExtension
-
Uses of GenericAnnotationAttributes in io.microsphere.spring.core.annotation
Subclasses of GenericAnnotationAttributes in io.microsphere.spring.core.annotationModifier and TypeClassDescriptionclass
The resolvable placeholders ofAnnotationAttributes
Methods in io.microsphere.spring.core.annotation that return GenericAnnotationAttributesModifier and TypeMethodDescriptionstatic <A extends Annotation>
GenericAnnotationAttributes<A>GenericAnnotationAttributes.of
(A annotation) Create an instance ofGenericAnnotationAttributes
from the specifiedannotation
static <A extends Annotation>
GenericAnnotationAttributes<A>GenericAnnotationAttributes.of
(org.springframework.core.annotation.AnnotationAttributes attributes) Create an instance ofGenericAnnotationAttributes
from the specifiedAnnotationAttributes