Interface Bytecode.ClassBuilder.TypeAnnotationBuilder<T>

Type Parameters:
T - the parent type of base class the class shall be created for
All Superinterfaces:
de.iip_ecosphere.platform.support.Builder<Bytecode.ClassBuilder<T>>, Bytecode.ClassBuilder.AnnotationBuilder<Bytecode.ClassBuilder.TypeAnnotationBuilder<T>>
Enclosing interface:
Bytecode.ClassBuilder<T>

public static interface Bytecode.ClassBuilder.TypeAnnotationBuilder<T> extends Bytecode.ClassBuilder.AnnotationBuilder<Bytecode.ClassBuilder.TypeAnnotationBuilder<T>>, de.iip_ecosphere.platform.support.Builder<Bytecode.ClassBuilder<T>>
Sub-builder for type annotations.
Author:
Holger Eichelberger, SSE
  • Method Details

    • build

      Builds the annotation.
      Specified by:
      build in interface de.iip_ecosphere.platform.support.Builder<T>
      Returns:
      the parent class builder for chaining