public class TypeVarUseApplier extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
accepts(AnnotatedTypeMirror type,
Element element) |
static void |
apply(AnnotatedTypeMirror type,
Element element,
AnnotatedTypeFactory typeFactory) |
void |
extractAndApply()
Applies the bound annotations from the declaration of the type parameter and then applies the
explicit annotations written on the type variable
|
public static void apply(AnnotatedTypeMirror type, Element element, AnnotatedTypeFactory typeFactory)
public static boolean accepts(AnnotatedTypeMirror type, Element element)
public void extractAndApply()