public interface Packaged<T>
JavaType that may be declared as belonging to a particular Java package.| Modifier and Type | Method and Description |
|---|---|
String |
getPackage()
Get the package of this
T, or return null if it is in the default package. |
boolean |
isDefaultPackage()
Return whether or not this
T is in the default package. |
String getPackage()
T, or return null if it is in the default package.boolean isDefaultPackage()
T is in the default package.Copyright © 2016 JBoss by Red Hat. All rights reserved.