net.sf.ooweb.objectmapping
Annotation Type Controller


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

Controller

Since:
0.7
Author:
Darren Davison

Required Element Summary
 java.lang.String[] value
          the array of paths that an instance should be bound to
 

Element Detail

value

public abstract java.lang.String[] value
the array of paths that an instance should be bound to



Copyright (C) 2005-2007 OOWeb Authors.