Package org.jboss.weld.util
Class Defaults
java.lang.Object
org.jboss.weld.util.Defaults
- Author:
- Martin Kouba
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TgetJlsDefaultValue(Class<T> type) See also JLS8, 4.12.5 Initial Values of Variables.
-
Method Details
-
getJlsDefaultValue
See also JLS8, 4.12.5 Initial Values of Variables.- Parameters:
type-- Returns:
- the default value for the given type as defined by JLS
-