be.objectify.led
Annotation Type Property


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

Marks a member as a bindable property.

Author:
Steve Chaloner

Required Element Summary
 String value
          The name of the property.
 

Element Detail

value

public abstract String value
The name of the property.

Returns:
the name of the property


Copyright © 2010 Objectify. All Rights Reserved.