COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.mgmt.annotations
Annotation Type ManagedFrameworkAutowire


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface ManagedFrameworkAutowire

Annotation used to support autowiring of Components within the management framework.


Required Element Summary
 java.lang.String name
          Name of the desired Component
 

Element Detail

name

public abstract java.lang.String name
Name of the desired Component


COSMOS ${releaseVersion} data-collection Project
Public API Specification