Skip to content

Commit

Permalink
1.1.1 调整测试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Bkm016 committed Aug 25, 2024
1 parent 6e0fdee commit cbb90d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.tabooproject.reflex.reflection.InstantClassConstructor
*/
class AnalyserTestReflection {

private val analyse = ClassAnalyser.analyse(TestTargetReflection::class.java)
private val analyse = ClassAnalyser.analyse(TestTargetReflection::class.java, AnalyseMode.REFLECTION_ONLY)

@AnalyserAnnotation("test1", type = AnalyserAnnotation.Test.C)
private class TestTargetReflection(val intVal: Int) {
Expand Down

0 comments on commit cbb90d2

Please sign in to comment.