public class GroovyMethodFilter extends Object
ProxiedMethodFilter
implementation for Groovy. Methods declared by groovy.lang.GroovyObject
and their implementations are ignored.WELD-840
Constructor and Description |
---|
GroovyMethodFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Method method)
Determines, whether the given method should be implemented by the proxy / subclass or not.
|
boolean |
isEnabled()
Determines whether this filter is enabled.
|
public boolean isEnabled()
public boolean accept(Method method)
method
- the given methodCopyright © 2016. All rights reserved.