This annotation indicates that a method's behavior or return value depends on system configuration or environment settings such as java.util.Locale#getDefault(), java.util.TimeZone#getDefault(), java.nio.charset.Charset#defaultCharset().
Methods marked with this annotation may produce different results on different systems or when system configuration changes.
This annotation indicates that a method's behavior or return value depends on system configuration or environment settings such as
java.util.Locale#getDefault(),java.util.TimeZone#getDefault(),java.nio.charset.Charset#defaultCharset().Methods marked with this annotation may produce different results on different systems or when system configuration changes.