@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface Install
Modifier and Type | Optional Element and Description |
---|---|
boolean |
override
If true the module will be installed as an overriding module, meaning that every binding defined in it will
potentially override (replace) any similar binding already defined.
|
public abstract boolean override
Copyright © 2013-2018–2019 SeedStack. All rights reserved.