net.sf.joyaop.impl
Class Pointcuts.Annotation

java.lang.Object
  extended by net.sf.joyaop.impl.Pointcuts.Annotation
All Implemented Interfaces:
Pointcut
Enclosing class:
Pointcuts

public static class Pointcuts.Annotation
extends java.lang.Object
implements Pointcut

It's method annotaion actually


Constructor Summary
Pointcuts.Annotation(java.lang.Class annotationClass)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 int hashCode()
           
 boolean matches(java.lang.Class clazz)
           
 boolean matches(java.lang.Class clazz, java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pointcuts.Annotation

public Pointcuts.Annotation(java.lang.Class annotationClass)
Method Detail

matches

public boolean matches(java.lang.Class clazz,
                       java.lang.reflect.Method method)
Specified by:
matches in interface Pointcut

matches

public boolean matches(java.lang.Class clazz)
Specified by:
matches in interface Pointcut

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2004 Shen Li. All Rights Reserved.