net.dpml.annotation
Annotation Type Services


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

Assertion that a class implementation should be isolated as a proxy using the declared set of interface classes.

Version:
2.1.0
Author:
Digital Product Management Library

Optional Element Summary
 Class[] value
          Returns the array of interfaces published by an implementation.
 

value

public abstract Class[] value
Returns the array of interfaces published by an implementation.

Default:
{}