| com.caucho.bytecode.ByteCodeClassMatcher
ByteCodeClassMatcher | public interface ByteCodeClassMatcher (Code) | | Returns true if the class matches, i.e. if enhancement is necessary.
|
Method Summary | |
public boolean | isMatch(CharBuffer annotationClassName) Returns true if the annotation class is a match. |
isMatch | public boolean isMatch(CharBuffer annotationClassName)(Code) | | Returns true if the annotation class is a match.
|
|
|