Annotation Type CommandAspect


  • @Retention(RUNTIME)
    @Target(ANNOTATION_TYPE)
    public @interface CommandAspect
    A marker annotation for annotations that indicate that an AdminCommand functionality is to be extended in a certain way. The aspect implementation is provided by a CommandAspectImpl service that is named with the name of the annotation. See empty CommandAspectBase implementation to extend and @Async annotation for an example of how this is used.
    Author:
    andriy.zhdanov