*
*/
public class GenExclusionCompositeReflection extends GenExclusionCompositeImpl implements GenExclusion {
private GenExclusionCompositeReflection(){
//Can don't create reflection for AOP generated source.
addGenExclusion(new GenExclusion(){
public boolean exclude(JClassType classType) {
if (classType.getName().endsWith(GenUtils.getAOP_SUFFIX()))
return true;