Annotation Type Wildcard


  • @Documented
    @Target(FIELD)
    @Retention(RUNTIME)
    public @interface Wildcard
    This Annotation is used to mark a JMON Event parameter (field) that is wildcarded.

    It should only be used on fields of classes that are marked with EventType annotation.

    This annotation will be processed at runtime by the JMON framework when the application is injected into the correlator. This mechanism is provided as a simpler alternative to the old Event.getFieldAttributes(String) method and the EventFieldAttributes.WILDCARD attribute.

    See Also:
    EventType