com.vii.brillien.kernel.annotations
Annotation Type NullResponseAllowed


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface NullResponseAllowed

This annotation type can be used to annotate methods allowing to return null values. Note: By defult, the null return values for GET-like message processors makes Brillien to wait until a real "answer" will be created. See Brillien spec for more details.



Copyright © 2012. All Rights Reserved.