org.axonframework.common
Annotation Type Priority


@Inherited
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Priority

Indicates the relative priority of the annotated component. Components with a higher priority are considered before those with lower priority.

Since:
2.1
Author:
Allard Buijze

Optional Element Summary
 int value
          A value indicating the priority.
 

value

public abstract int value
A value indicating the priority. Members with higher values must come before members with a lower value

Default:
0


Copyright © 2010-2016. All Rights Reserved.