Uses of Interface
io.smallrye.classfile.TypeAnnotation.ThrowsTarget
Packages that use TypeAnnotation.ThrowsTarget
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of TypeAnnotation.ThrowsTarget in io.smallrye.classfile
Methods in io.smallrye.classfile that return TypeAnnotation.ThrowsTargetModifier and TypeMethodDescriptionstatic TypeAnnotation.ThrowsTargetTypeAnnotation.TargetInfo.ofThrows(int throwsTargetIndex) Returns a target for annotations on the i'th type in the throws clause of a method or constructor declaration.