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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(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:AnnotationApplier
Apply the specified annotation to the specified property store builder.- Specified by:
apply
in classAnnotationApplier<Annotation,
Object> - Parameters:
ai
- The annotation.b
- The property store builder.
-