Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Goal: Defines a service property
Target: Field or Method
Attributes:

  • name: property name (optional, default=field name or computed by removing "set" from the method name (for instance setFoo(String ff) will get the Foo name))
  • value: property value (optional, default=no value)

note: if another service property with the same name is defined the method or the field is added to the existing property

@Property

Goal: Defines a property
Target: Field or Method
Attributes:

  • name: property name (optional, default=field name computed by removing "set" from the method name (for instance setFoo(String ff) will get the Foo name))
  • value: property value (optional, default=no value)

note: if another property with the same name is defined the method or the field is added to the existing property

@Bind

Goal: Defines a bind method
Target: Method
Attributes:

...