Module java.base

Interface TypeAnnotation.LocalVarTargetInfo

Enclosing interface:
TypeAnnotationPREVIEW

public static sealed interface TypeAnnotation.LocalVarTargetInfo
LocalVarTargetInfo is a preview API of the Java platform.
Programs can only use LocalVarTargetInfo when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Indicates a range of code array offsets within which a local variable has a value, and the index into the local variable array of the current frame at which that local variable can be found.
Since:
22