net.sf.ooweb.objectmapping
Annotation Type Exclude


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

Exclude marks a method as excluded from the Controller. The framework will not web enable such a method and it will be invisible to web clients regardless of its signature.

Since:
0.7
Author:
Darren Davison



Copyright (C) 2005-2007 OOWeb Authors.