61626364656667686970
if( a != null ) { createNewAttribute( m, a ); } ManagedOperation mm = m.getAnnotation( ManagedOperation.class ); if( mm != null ) createNewMethod( m, mm ); } }