Skip to content

Commit

Permalink
Add deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed May 31, 2024
1 parent 3665baf commit 33516ac
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"RelativeDestinationCSharpClassPath": "net\\Netdroid\\Generated",
"RelativeDestinationJavaListenerPath": "jvm\\netdroid\\src\\main\\java",
"JavaListenerBasePackage": "org.mases.netdroid.generated",
"ReflectDeprecated": true,
"PreferMethodWithSignature": true,
"OnlyPropertiesForGetterSetter": true,
"DisableInterfaceMethodGeneration": true,
Expand All @@ -16,16 +17,16 @@
}
],
"NamespacesToAvoid": [
"org.jcp.xml.dsig.internal",
"com.oracle",
"com.sun",
"org.mases",
"org.junit",
"org.hamcrest",
"java.awt.peer",
"org.burningwave",
"org.graalvm",
"org.slf4j",
"java.awt.peer"
"org.hamcrest",
"org.jcp.xml.dsig.internal",
"org.junit",
"org.mases",
"org.slf4j"
],
"ClassesToBeListener": [
"javax.swing.Action",
Expand Down

0 comments on commit 33516ac

Please sign in to comment.