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 Summary
Methods inherited from interface de.iip_ecosphere.platform.support.bytecode.Bytecode.ClassBuilder.AnnotationBuilder
define, define, define
-
Method Details
-
build
Bytecode.ClassBuilder<T> build()Builds the annotation.- Specified by:
buildin interfacede.iip_ecosphere.platform.support.Builder<T>- Returns:
- the parent class builder for chaining
-