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.CompositeTypeA 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 booleanisFullySpecified()Returns true if there are no type variables in this type.
-