@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Trigger
Scheduled
annotation. It holds meta information about how the method will be scheduled.
For any trigger annotation, there must be a TriggerStrategy which is
able to interpret the meta information provided by the annotation.Copyright © 2014–2016. All rights reserved.