currentMethod.addParameter( jParam );
}
private void setAnnotations( final AbstractBaseJavaEntity entity ) {
if( !currentAnnoDefs.isEmpty() ) {
AnnotationVisitor visitor = new RecursiveAnnotationVisitor() {
public Object visitAnnotation( Annotation annotation ) {
annotation.setContext( entity );
return super.visitAnnotation( annotation );
}