@Documented
@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Wildcard
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.
EventType
Submit a bug or feature
Copyright (c) 2013-2017 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.