org.slim3.struts.annotation
Annotation Type Arg


@Retention(value=RUNTIME)
@Target(value=FIELD)
@Documented
public @interface Arg

The argument of Msg.

Since:
3.0
Author:
higa

Required Element Summary
 String key
          The key.
 
Optional Element Summary
 String bundle
          The resource bundle name.
 int position
          The argument position.
 boolean resource
          Whether the key is a message resource.
 

Element Detail

key

public abstract String key
The key.

bundle

public abstract String bundle
The resource bundle name.

Default:
""

resource

public abstract boolean resource
Whether the key is a message resource.

Default:
true

position

public abstract int position
The argument position.

Default:
0


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.