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


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface Expander

Annotation available for types to declare which is their EntityExpander


Required Element Summary
 java.lang.Class<? extends EntityExpander<?>> value
           
 

Element Detail

value

public abstract java.lang.Class<? extends EntityExpander<?>> value


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.