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 classPropertySourceExtensionAttributes<A extends java.lang.annotation.Annotation>AnnotationAttributesfor 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 classResolvablePlaceholderAnnotationAttributes<A extends java.lang.annotation.Annotation>The resolvable placeholders ofAnnotationAttributesMethods 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 ofGenericAnnotationAttributesfrom the specifiedannotationstatic <A extends java.lang.annotation.Annotation>
GenericAnnotationAttributes<A>GenericAnnotationAttributes. of(org.springframework.core.annotation.AnnotationAttributes attributes)Create an instance ofGenericAnnotationAttributesfrom the specifiedAnnotationAttributes
-