org.apache.openjpa.persistence.meta
Class SourceAnnotationHandler.KindFilter
java.lang.Object
org.apache.openjpa.persistence.meta.SourceAnnotationHandler.KindFilter
- Enclosing class:
- SourceAnnotationHandler
static class SourceAnnotationHandler.KindFilter
- extends Object
Selects elements of given kind.
Field Summary |
(package private) javax.lang.model.element.ElementKind |
target
|
Method Summary |
boolean |
includes(javax.lang.model.element.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 javax.lang.model.element.ElementKind target
SourceAnnotationHandler.KindFilter
public SourceAnnotationHandler.KindFilter(javax.lang.model.element.ElementKind target)
includes
public boolean includes(javax.lang.model.element.Element obj)
- Return true to include the given element.
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.