Interface TypeAnnotation.TypeAnnotationTargetConverter

All Superinterfaces:
TypeAnnotationsReader.TypeAnnotationTargetVisitor<TypeAnnotation.TypeAnnotationTarget>
Enclosing class:
TypeAnnotation

public static interface TypeAnnotation.TypeAnnotationTargetConverter extends TypeAnnotationsReader.TypeAnnotationTargetVisitor<TypeAnnotation.TypeAnnotationTarget>
A @{TypeAnnotationTargetConverter} takes "unresolved" instances of TypeAnnotationsReader.TypeAnnotationTarget, resolves some byte-code specific data, and returns instances of the corresponding TypeAnnotation.TypeAnnotationTarget subclass.
Author:
Martin Hecker martin.hecker@kit.edu