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 classClassExtendsTypeTargetRepresents a target of type annotation which occurs in theextendsorimplementsclause of an enclosing class.classMethodParameterTypeTargetRepresents a type annotation target which occurs within a method parameter type.classThrowsTypeTargetRepresents a target of type annotation which occurs in thethrowsclause of an enclosing method.classTypeParameterBoundTypeTargetRepresents a target of type annotation which occurs within a bound of type parameter.classTypeParameterTypeTargetRepresents a target of type annotation which occurs within a type parameter.
-