net.sf.eos.config
Annotation Type Services


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

Exports the usage of internal Services. Internal services may create thru a method, annotated with FactoryMethod.

The value of the Services annotation should be volatile between releases.

Author:
Sascha Kohlmann

Required Element Summary
 Service[] services
          The list of internal used services.
 

Element Detail

services

public abstract Service[] services
The list of internal used services.



Copyright © 2008. All Rights Reserved.