Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
core-1.1.0
-
None
Description
Allow domain services to be initialized by invoking all methods annotated with @javax.annotation.PostConstruct annotation (optionally accepting a Map<String,String> corresponding to the IsisConfiguration), and in addition allow domain services to be shutdown by invoking all methods annotated with a @javax.annotation.PreDestroy annotation (accepting no args).