Uses of Interface
org.perfectable.introspection.AnnotationBuilder.MemberExtractor
-
Packages that use AnnotationBuilder.MemberExtractor Package Description org.perfectable.introspection Base package for this library. -
-
Uses of AnnotationBuilder.MemberExtractor in org.perfectable.introspection
Methods in org.perfectable.introspection with parameters of type AnnotationBuilder.MemberExtractor Modifier and Type Method Description <X> AnnotationBuilder<A>
AnnotationBuilder. with(AnnotationBuilder.MemberExtractor<A,X> member, X value)
Configures member of created annotation instances to have specified value.
-