Uses of Class
org.jboss.jandex.PositionBasedTypeTarget
-
-
Uses of PositionBasedTypeTarget in org.jboss.jandex
Subclasses of PositionBasedTypeTarget in org.jboss.jandex Modifier and Type Class Description classClassExtendsTypeTargetRepresents a type annotation target which occurs in the extends or implements clause of an enclosing class.classMethodParameterTypeTargetRepresents a type annotation target which occurs within a method parameter type.classThrowsTypeTargetRepresents a type annotation target which occurs within a throwable type on a method.classTypeParameterBoundTypeTargetRepresents a type annotation target which occurs within a bound of type parameter type.classTypeParameterTypeTargetRepresents a type annotation target which occurs within a type parameter type.
-