Package | Description |
---|---|
net.bytebuddy.description.modifier |
The modifier package contains high-level and type-safe descriptions of Java modifiers.
|
Modifier and Type | Method and Description |
---|---|
static Ownership |
Ownership.isStatic(boolean isStatic)
Creates a member ownership state from a
boolean value indicating if a member is supposed to be
static . |
static Ownership |
Ownership.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ownership[] |
Ownership.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2015. All rights reserved.