Annotation Type AgentCreated


  • @Deprecated
    @Target(METHOD)
    @Retention(RUNTIME)
    public @interface AgentCreated
    Deprecated.
    A method marked with this annotation will be called upon creation of the agent. This means services, injected fields etc. may not be initialized at this point. use: @OnInit