Package com.google.inject.internal
Interface MoreTypes.CompositeType
-
- All Known Implementing Classes:
MoreTypes.GenericArrayTypeImpl
,MoreTypes.ParameterizedTypeImpl
,MoreTypes.WildcardTypeImpl
- Enclosing class:
- MoreTypes
private static interface MoreTypes.CompositeType
A type formed from other types, such as arrays, parameterized types or wildcard types
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isFullySpecified()
Returns true if there are no type variables in this type.
-