org.axonframework.util
Class AxonNamingPolicy

java.lang.Object
  extended by net.sf.cglib.core.DefaultNamingPolicy
      extended by 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

Field Summary
 
Fields inherited from class net.sf.cglib.core.DefaultNamingPolicy
INSTANCE
 
Constructor Summary
AxonNamingPolicy()
           
 
Method Summary
protected  String getTag()
          
 
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
 

Constructor Detail

AxonNamingPolicy

public AxonNamingPolicy()
Method Detail

getTag

protected String getTag()

Overrides:
getTag in class net.sf.cglib.core.DefaultNamingPolicy


Copyright © 2011. All Rights Reserved.