com.restfb
Annotation Type Facebook


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Facebook

Specifies how a Facebook JSON response attribute maps to a Java field.

Author:
Mark Allen

Optional Element Summary
 String value
          Name of the Facebook API result attribute to map to - affiliation, for example.
 

value

public abstract String value
Name of the Facebook API result attribute to map to - affiliation, for example.

Returns:
Name of the Facebook API result attribute to map to.
Default:
""


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.