Griffon 1.2.0

griffon.core.resources
[Java] Annotation Type InjectedResource

java.lang.Object
  griffon.core.resources.InjectedResource

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface InjectedResource

Authors:
Andres Almiray
Since:
1.1.0


 
Optional Element Summary
java.lang.String args

@default {}

java.lang.String defaultValue

@default ""

java.lang.String key

@default ""

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Element Detail

args

String[] args
@default {}


defaultValue

String defaultValue
@default ""


key

String key
@default ""


 

Groovy Documentation