@Target(value=TYPE) @Retention(value=RUNTIME) public @interface DefinitionByType
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends ExoContainer>[] |
target
The list of target
ExoContainer on which we allow the component to be automatically registered. |
Class<?> |
type
The default implementation to use in case the annotation has not been added on a concrete class.
|
public abstract Class<?> type
public abstract Class<? extends ExoContainer>[] target
ExoContainer on which we allow the component to be automatically registered.
By default, we allow the kernel to register the component on the PortalContainer and
StandaloneContainer for respectively the portal and standalone modes.Copyright © 2016 eXo Platform SAS. All Rights Reserved.