com.threerings.editor
Annotation Type EditorMessageBundle


@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,PACKAGE})
public @interface EditorMessageBundle

Specifies the message bundle to use when translating type names, field names, enum constants, and other editor bits.


Required Element Summary
 String value
          The name of the message bundle.
 

Element Detail

value

public abstract String value
The name of the message bundle.



Copyright © 2011. All Rights Reserved.