Class AsmAnnotations


  • public final class AsmAnnotations
    extends Object
    Asm annotations. Asm parser for annotations.
    Since:
    0.6
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Check if there are no annotations.
        Returns:
        True if there are no annotations, false otherwise
      • bytecode

        public BytecodeAnnotations bytecode()
        Convert asm annotations to domain annotations.
        Returns:
        Domain annotations.