Interface Bytecode.ClassBuilder.FieldAnnotationBuilder<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.FieldBuilder<T>>, Bytecode.ClassBuilder.AnnotationBuilder<Bytecode.ClassBuilder.FieldAnnotationBuilder<T>>
Enclosing interface:
Bytecode.ClassBuilder<T>

public static interface Bytecode.ClassBuilder.FieldAnnotationBuilder<T> extends Bytecode.ClassBuilder.AnnotationBuilder<Bytecode.ClassBuilder.FieldAnnotationBuilder<T>>, de.iip_ecosphere.platform.support.Builder<Bytecode.ClassBuilder.FieldBuilder<T>>
Sub-builder for field 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