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
 java.lang.String sequence
          Number in Dewey Decimal format representing the order.
 
Optional Element Summary
 java.lang.String name
          Name of the action group this set should be known as.
 

Element Detail

sequence

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

name

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

Default:
""


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