Annotation Type ProcessorMethod


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Experimental
    public @interface ProcessorMethod
    Marker annotation for medic-invocable projection processor method. It is used basically as a reminder that this method is called under checks of ClockworkMedic. In the future we might declare execution requirements here. (Unfortunately, Java does not provide us with the annotation of the method referenced in "component::method" way. So this is only a wish for the time being.) We should consider finding a better name for this annotation.