com.softwareag.centrasite.appl.framework.persistence.mapper
Interface MappingUtils.AnnotationFilter
- Enclosing class:
- MappingUtils
public static interface MappingUtils.AnnotationFilter
This interface allows to select annotations out of a complete set.
Method Summary |
boolean |
isSelected(java.lang.annotation.Annotation pAnnotation)
Returns, whether the given annotation is selected. |
isSelected
boolean isSelected(java.lang.annotation.Annotation pAnnotation)
- Returns, whether the given annotation is selected.