public final class Visibility extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Visibility |
PRIVATE
Restricts access to the artifact to just the module which defines it.
|
static Visibility |
PUBLIC
The default visibility, allowing access to the artifact from any module.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final Visibility PUBLIC
public static final Visibility PRIVATE
public java.lang.String toString()
toString
in class java.lang.Object