Interface JavaTree.AnnotatedTypeTree

All Superinterfaces:
Tree, TypeTree
All Known Implementing Classes:
IdentifierTreeImpl, JavaTree.ArrayTypeTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.WildcardTreeImpl, MemberSelectExpressionTreeImpl, VarTypeTreeImpl
Enclosing class:
JavaTree

public static interface JavaTree.AnnotatedTypeTree extends TypeTree
This interface is dedicated to mark TypeTrees which will requires completion of their annotations during parsing. Note that InferedTypeTree and UnionTypeTree can not have annotations.