Package net.sf.joafip.asm

Examples of net.sf.joafip.asm.AnnotationVisitor


    return new AnnotationVisitorForPersistable(annotationVisitor);
  }

  @Override
  public AnnotationVisitor visitArray(final String name) {
    final AnnotationVisitor annotationVisitor = this.annotationVisitor
        .visitArray(name);
    return new AnnotationVisitorForPersistable(annotationVisitor);
  }

TOP

Related Classes of net.sf.joafip.asm.AnnotationVisitor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.