org.apache.openjpa.persistence.meta
Class SourceAnnotationHandler.KindFilter

java.lang.Object
  extended by 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)  ElementKind target
           
 
Constructor Summary
SourceAnnotationHandler.KindFilter(ElementKind target)
           
 
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
 

Field Detail

target

final ElementKind target
Constructor Detail

SourceAnnotationHandler.KindFilter

public SourceAnnotationHandler.KindFilter(ElementKind target)
Method Detail

includes

public boolean includes(Element obj)
Return true to include the given element.



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.