Annotation Type Singleton


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    public @interface Singleton
    A class annotated with this annotation will be instantiated only once.
    Author:
    Jeanfrancois Arcand