Find singletons in a Java application
6. August 2014 Keine Kommentare zu Find singletons in a Java applicationThere might be situations where a constraint needs to verify that a certain type is implemented as singleton. In the world of containers (e.g. EJB, CDI) these can be easily identified by the presence of specific annotations: javax.inject.Singleton javax.ejb.Singleton javax.enterprise.context.ApplicationScoped
Read more