@Override public void transform(IFactoryAnnotation annotation, Method method) { if (method != null) { xformFactory.add("method: " + method.getName()); } else { xformFactory.add("ctor: (unknown)"); } }
public void transform(IFactoryAnnotation factory, Method method) { }
@Override public void transform(IFactoryAnnotation iFactoryAnnotation, Method method) { //To change body of implemented methods use File | Settings | File Templates. }
@Override public void transform(IFactoryAnnotation annotation, Method method) { // TODO Auto-generated method stub }