Uses of Class
org.perfectable.introspection.AnnotationBuilder
-
Packages that use AnnotationBuilder Package Description org.perfectable.introspection Base package for this library. -
-
Uses of AnnotationBuilder in org.perfectable.introspection
Methods in org.perfectable.introspection that return AnnotationBuilder Modifier and Type Method Description static <A extends Annotation>
AnnotationBuilder<A>AnnotationBuilder. of(Class<A> annotationType)
Creates unconfigured builder for specified annotation type.<X> AnnotationBuilder<A>
AnnotationBuilder. with(AnnotationBuilder.MemberExtractor<A,X> member, X value)
Configures member of created annotation instances to have specified value.
-