public interface ClassVisibilityChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
isServerClass(java.lang.Class<?> clazz)
Is the class a Server Class.
|
boolean |
isSystemClass(java.lang.Class<?> clazz)
Is the class a System Class.
|
boolean isSystemClass(java.lang.Class<?> clazz)
clazz - The fully qualified name of the class.boolean isServerClass(java.lang.Class<?> clazz)
clazz - The fully qualified name of the class.