Package com.helger.commons.annotation
Annotation Type Singleton
Just to indicate that a class is a singleton and therefore only a single
instance of the class exists. Usually singletons have a static
getInstance() method.- Author:
- Philip Helger
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String value- Default:
""
-