org.codehaus.aspectwerkz.aspect
Class AdviceType
java.lang.Object
org.codehaus.aspectwerkz.aspect.AdviceType
- All Implemented Interfaces:
- Serializable
public class AdviceType
- extends Object
- implements Serializable
Type-safe enum for the advice types.
- Author:
- Jonas Bonr
- See Also:
- Serialized Form
AROUND
public static final AdviceType AROUND
BEFORE
public static final AdviceType BEFORE
AFTER
public static final AdviceType AFTER
AFTER_FINALLY
public static final AdviceType AFTER_FINALLY
AFTER_RETURNING
public static final AdviceType AFTER_RETURNING
AFTER_THROWING
public static final AdviceType AFTER_THROWING
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.