From: Santiago Pericas-Geertsen <Santiago.PericasGeertsen_at_oracle.com>
Date: Mon, 28 Jan 2013 09:22:38 -0500
On Jan 25, 2013, at 10:01 AM, Bill Burke <bburke_at_redhat.com> wrote:
> What does the Priority class look like? The google couldn't find a good reference for me.
>
> @interface Priority {
>
> int value();
> }
>
> ?