Uses of Class
org.jboss.jandex.PositionBasedTypeTarget
-
Packages that use PositionBasedTypeTarget Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of PositionBasedTypeTarget in org.jboss.jandex
Subclasses of PositionBasedTypeTarget in org.jboss.jandex Modifier and Type Class Description class
ClassExtendsTypeTarget
Represents a target of type annotation which occurs in theextends
orimplements
clause of an enclosing class.class
MethodParameterTypeTarget
Represents a type annotation target which occurs within a method parameter type.class
ThrowsTypeTarget
Represents a target of type annotation which occurs in thethrows
clause of an enclosing method.class
TypeParameterBoundTypeTarget
Represents a target of type annotation which occurs within a bound of type parameter.class
TypeParameterTypeTarget
Represents a target of type annotation which occurs within a type parameter.
-