Interface Bytecode.ClassBuilder.TypeAnnotationBuilder<T>

Type Parameters:
T - the parent type of base class the class shall be created for
All Superinterfaces:
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>>, Builder<Bytecode.ClassBuilder<T>>
Sub-builder for type annotations.
Author:
Holger Eichelberger, SSE