net.sf.oval.configuration.annotation
Class AbstractAnnotationCheckExclusion<ExclusionAnnotation extends Annotation>
java.lang.Object
net.sf.oval.AbstractCheckExclusion
net.sf.oval.configuration.annotation.AbstractAnnotationCheckExclusion<ExclusionAnnotation>
- All Implemented Interfaces:
- Serializable, CheckExclusion, AnnotationCheckExclusion<ExclusionAnnotation>
- Direct Known Subclasses:
- NullableExclusion
public abstract class AbstractAnnotationCheckExclusion<ExclusionAnnotation extends Annotation>
- extends AbstractCheckExclusion
- implements AnnotationCheckExclusion<ExclusionAnnotation>
Partial implementation of check exclusion classes configurable via annotations.
- Author:
- Sebastian Thomschke
- See Also:
- Serialized Form
Method Summary |
void |
configure(ExclusionAnnotation exclusionAnnotation)
Configures the check exclusion based on the given exclusion annotation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAnnotationCheckExclusion
public AbstractAnnotationCheckExclusion()
configure
public void configure(ExclusionAnnotation exclusionAnnotation)
- Configures the check exclusion based on the given exclusion annotation.
- Specified by:
configure
in interface AnnotationCheckExclusion<ExclusionAnnotation extends Annotation>
- Parameters:
exclusionAnnotation
- the exclusion annotation to use for configuration
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.