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


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface InjectionInfo

This is the primary annotation for specifying service dependencies. A Service that does not have these other required services (registered) cannot be brought online. Note that the act of registering a service or binding an implementation is not a guarantee that the service will be viable.

Author:
Samuel Provencher

Required Element Summary
 String method
           
 

Element Detail

method

public abstract String method


Copyright © 2010. All Rights Reserved.