com.codemonster.surinam.export.meta
Annotation Type InjectedService


@Documented
@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface InjectedService

This is the primary annotation for specifying an injected service. Injection is performed when a service implementation is instantiated, registered and bound to a Service Contract.

Author:
Samuel Provencher

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2010. All Rights Reserved.