com.atlassian.plugins.rest.common.expand
Annotation Type Expandable


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

This is an annotation to design field on REST resources that can be expanded.


Optional Element Summary
 java.lang.String value
          The value to match with the expansion parameter to determine whether the given field should be expanded.
 

value

public abstract java.lang.String value
The value to match with the expansion parameter to determine whether the given field should be expanded.

Returns:
the parameter value to match for expansion.
Default:
""


Copyright © 2014 Atlassian. All Rights Reserved.