- All Superinterfaces:
TypeAnnotation.TargetInfo
- All Known Implementing Classes:
TargetInfoImpl.LocalVarTargetImpl
- Enclosing interface:
TypeAnnotation
public static sealed interface TypeAnnotation.LocalVarTarget
extends TypeAnnotation.TargetInfo
permits TargetInfoImpl.LocalVarTargetImpl
Indicates that an annotation appears on the type in a local variable declaration,
including a variable declared as a resource in a try-with-resources statement.
-
Method Summary
Methods inherited from interface org.glavo.classfile.TypeAnnotation.TargetInfo
size, targetType
-
Method Details
-
table
List<TypeAnnotation.LocalVarTargetInfo> table()- Returns:
- the table of local variable location/indicies.
-