com.softwareag.centrasite.appl.framework.ioc
Annotation Type IOC


@Retention(value=RUNTIME)
public @interface IOC

This annotation indicates, that a factory should initialize the annotated property. (Inversion of Control).


Required Element Summary
 java.lang.String id
          Returns the property ID.
 

Element Detail

id

public abstract java.lang.String id
Returns the property ID.