rcf.core.framework.component
Annotation Type StaticParameter


@Revision(value="$Revision: 1.1 $",
          date="$Date: 2006/12/06 16:45:11 $",
          tag="$Name:  $")
@Retention(value=RUNTIME)
@Target(value={PARAMETER,METHOD})
@Documented
public @interface StaticParameter

TODO: Javadoc

TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString

Version:
$Revision: 1.1 $
Author:
Greg Gibeling

Required Element Summary
 String value
          TODO: Javadoc The name of this StaticOperation parameter.
 
Optional Element Summary
 PropertyUse use
          TODO: Javadoc The use of this StaticOperation parameter.
 

Element Detail

value

public abstract String value
TODO: Javadoc The name of this StaticOperation parameter.

Returns:

use

public abstract PropertyUse use
TODO: Javadoc The use of this StaticOperation parameter.

Default:
Option