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
 java.lang.Class<?> value
           
 

Element Detail

value

public abstract java.lang.Class<?> value


Copyright © 2009. All Rights Reserved.