public static class ReflectUtilTest.MyClass extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
protectedField
Deprecated.
|
String |
publicField
Deprecated.
|
Constructor and Description |
---|
MyClass() |
Modifier and Type | Method and Description |
---|---|
protected void |
protectedMethod()
Deprecated.
|
void |
publicMethod()
Deprecated.
|
@Deprecated public String publicField
@Deprecated protected String protectedField
@Deprecated public void publicMethod()
@Deprecated protected void protectedMethod()
Copyright © 2004–2020 CodeLutin. All rights reserved.