net.sf.bimbo
Annotation Type Title


@Retention(value=RUNTIME)
@Documented
@Target(value={TYPE,PACKAGE})
public @interface Title

Sets the title of you web application page class. If used at the package level, the title will be used as global web application title.

If no title is specified, then the simple name of the class will be used as page title.

Author:
fcorneli

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value


Copyright © 2008 Frank Cornelis IT. All Rights Reserved.