org.nakedobjects.applib.annotation
Annotation Type MemberOrder


@Inherited
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface MemberOrder

Indicates the position a method should be placed in.


Required Element Summary
 String sequence
          Number in Dewey Decimal format representing the order.
 
Optional Element Summary
 String name
          Name of the action group this set should be known as.
 

Element Detail

sequence

public abstract String sequence
Number in Dewey Decimal format representing the order.

name

public abstract String name
Name of the action group this set should be known as.

Default:
""


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.