Skip to content

Commit d30b4c9

Browse files
committed
Update configuration-properties.json
1 parent 28e4830 commit d30b4c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

microsphere-java-core/src/main/resources/META-INF/microsphere/configuration-properties.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"name": "microsphere.reflect.banned-methods",
8888
"type": "java.lang.String[]",
8989
"required": false,
90+
"description": "The cache to store the methods to be banned by the {@link #buildSignature(Class, String, Class[]) signatures}.\n\n <h3>Example Usage<\/h3>\n <pre>{@code\n System.setProperty(BANNED_METHODS_PROPERTY_NAME, \"java.lang.String#substring() | java.lang.String#substring(int,int)\")\n Method method = MethodUtils.findMethod(String.class, \"substring\", int.class, int.class); \/\/ returns null\n method = MethodUtils.findMethod(String.class, \"substring\"); \/\/ returns null\n method = MethodUtils.findMethod(String.class, \"substring\", int.class); \/\/ returns non-null\n }<\/pre>\n",
9091
"metadata": {
9192
"sources": [
9293
"system-properties"

0 commit comments

Comments
 (0)