@Inherited @Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Module
Modifier and Type | Required Element and Description |
---|---|
Class<?> |
code
The FQN of the module
|
ModuleOption[] |
options
Get an array of
ModuleOption |
public abstract Class<?> code
public abstract ModuleOption[] options
ModuleOption
public abstract String flag
public abstract String type
Copyright © 2016 JBoss by Red Hat. All rights reserved.