Annotation Type UnitIDHandler


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface UnitIDHandler
This annotation needs to be set at the implementing classes of JCoServerUnitIDHandler in order to register their implementation at the server instance during webapp startup.
Please make sure, to only specify one class with this annotation.

Note: In order to get this annotation picked up, make sure to incorporate the serverStartup dependency into your app project.