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