Package org.apache.juneau
Class AnnotationApplier.NoOp
- Enclosing class:
AnnotationApplier<A extends Annotation,B>
Represents a no-op configuration apply.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.juneau.AnnotationApplier
AnnotationApplier.NoOp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(AnnotationInfo<Annotation> ai, Object b) Apply the specified annotation to the specified property store builder.
-
Constructor Details
-
NoOp
Constructor.- Parameters:
r- The string resolver to use for resolving strings.
-
-
Method Details
-
apply
Description copied from class:AnnotationApplierApply the specified annotation to the specified property store builder.- Specified by:
applyin classAnnotationApplier<Annotation,Object> - Parameters:
ai- The annotation.b- The property store builder.
-