org.rococoa
Annotation Type ReturnType


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ReturnType

Annotation to specify or disambiguate the return type of a method.


Required Element Summary
 Class<?> value
           
 

Element Detail

value

public abstract Class<?> value


Copyright © 2012. All Rights Reserved.