Module nbbrd.design
Package nbbrd.design

Annotation Type SystemDependent


@Target({METHOD,CONSTRUCTOR}) @Retention(CLASS) @Documented public @interface SystemDependent
Indicates that a method's behavior or return value depends on system configuration or environment settings.
This includes dependencies on:

Methods marked with this annotation may produce different results on different systems or when system configuration changes.

Author:
Philippe Charles