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