@Mark.ToDo(value="Better to move this enumeration to \'net.bolbat.kit.ioc.features\' package") public static enum Manager.Feature extends Enum<Manager.Feature>
| Enum Constant and Description |
|---|
AUTO_IMPL_DISCOVERY
Automatic implementation discovery.
Currently expected to work only for 'Manager.DEFAULT_SCOPE'. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabledByDefault() |
static Manager.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Manager.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability.Evolving public static final Manager.Feature AUTO_IMPL_DISCOVERY
public static Manager.Feature[] values()
for (Manager.Feature c : Manager.Feature.values()) System.out.println(c);
public static Manager.Feature valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isEnabledByDefault()
Copyright © 2013–2019 BB Corp. All rights reserved.