@Retention(value=RUNTIME) @Target(value={}) public @interface Define
| Modifier and Type | Required Element and Description |
|---|---|
String |
id |
String |
path |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
adapter |
Dependency[] |
dependencies |
public abstract String id
public abstract String path
public abstract String adapter
public abstract Dependency[] dependencies
Copyright © 2013 eXo Platform SAS. All Rights Reserved.