Interface TypeDefinition
-
- All Known Implementing Classes:
JavaTypeDefinition
@Deprecated @InternalApi public interface TypeDefinition
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Class<?>
getType()
Deprecated.Get the raw Class type of the definition.
-
-
-
Method Detail
-
getType
Class<?> getType()
Deprecated.Get the raw Class type of the definition.- Returns:
- Raw Class type.
-
-