org.axonframework.util
Class AxonNamingPolicy
java.lang.Object
net.sf.cglib.core.DefaultNamingPolicy
org.axonframework.util.AxonNamingPolicy
- All Implemented Interfaces:
- net.sf.cglib.core.NamingPolicy
public class AxonNamingPolicy
- extends net.sf.cglib.core.DefaultNamingPolicy
CGLib naming policy for classes that tags generated classed with "axon". This helps identify which classes were
generated for Axon, and which cglib classes were generated for other purposes.
- Since:
- 0.3
- Author:
- Allard Buijze
| Fields inherited from class net.sf.cglib.core.DefaultNamingPolicy |
INSTANCE |
| Methods inherited from class net.sf.cglib.core.DefaultNamingPolicy |
getClassName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.cglib.core.NamingPolicy |
equals |
AxonNamingPolicy
public AxonNamingPolicy()
getTag
protected String getTag()
-
- Overrides:
getTag in class net.sf.cglib.core.DefaultNamingPolicy
Copyright © 2011. All Rights Reserved.