-
@Target(TYPE) @Retention(SOURCE) public @interface Singleton
The considered class implements a singleton. The unique object should be accessible through either the public static field "INSTANCE" or through the public static method "getInstance"- Author:
- Jean Palate