org.hibernate.envers.test
Annotation Type Priority


@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface Priority

An annotation for specifyfing test method priority. Methods with higher priorities execute earlier. If the annotation is not present priority 0 is assumed.


Required Element Summary
 int value
           
 

Element Detail

value

public abstract int value


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.