org.base.apps.api.annot
Annotation Type BaseAppl


@Retention(value=RUNTIME)
public @interface BaseAppl

Annotation to tag a bean as an Application.

Author:
Kevan Simpson

Required Element Summary
 String name
          The unique name of the application.
 
Optional Element Summary
 String description
          The application's description.
 String subpackage
          The child package into which files may be generated, relative to the package of the annotated bean.
 String title
          The application title.
 

Element Detail

name

public abstract String name
The unique name of the application.

subpackage

public abstract String subpackage
The child package into which files may be generated, relative to the package of the annotated bean.

Default:
"base"

title

public abstract String title
The application title.

Default:
""

description

public abstract String description
The application's description.

Default:
""

Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)