org.apache.openjpa.persistence.meta
Class SourceAnnotationHandler.AccessFilter
java.lang.Object
   org.apache.openjpa.persistence.meta.SourceAnnotationHandler.AccessFilter
org.apache.openjpa.persistence.meta.SourceAnnotationHandler.AccessFilter
- Enclosing class:
- SourceAnnotationHandler
- static class SourceAnnotationHandler.AccessFilter 
- extends Object
Selects elements which is annotated with @Access annotation and that 
 annotation has the given AccessType value.
 
 
| Method Summary | 
|  boolean | includes(Element obj)Return true to include the given element.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
target
final AccessType target
SourceAnnotationHandler.AccessFilter
public SourceAnnotationHandler.AccessFilter(AccessType target)
includes
public boolean includes(Element obj)
- Return true to include the given element.
 
- 
 
- 
 
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.