net.dpml.annotation
Annotation Type Context


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

Assertion that an interface is expressed in terms of a context model.

Version:
2.1.0
Author:
Digital Product Management Library

Optional Element Summary
 boolean value
          Returns the context support assertion status.
 

value

public abstract boolean value
Returns the context support assertion status. The default assertion status is true.

Default:
true