org.apache.openjpa.persistence.meta
Class SourceAnnotationHandler.SetterFilter
java.lang.Object
org.apache.openjpa.persistence.meta.SourceAnnotationHandler.SetterFilter
- Enclosing class:
- SourceAnnotationHandler
static class SourceAnnotationHandler.SetterFilter
- extends Object
Selects setter method. A setter method name starts with 'set', returns a
void and has single argument.
Method Summary |
boolean |
includes(javax.lang.model.element.ExecutableElement method)
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 |
SourceAnnotationHandler.SetterFilter
SourceAnnotationHandler.SetterFilter()
includes
public boolean includes(javax.lang.model.element.ExecutableElement method)
- Return true to include the given element.
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.