BAEL-2779 Guide to classgraph library
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.baeldung.classgraph;
|
||||
|
||||
public class FieldWithAnnotation {
|
||||
|
||||
@TestAnnotation
|
||||
private String s;
|
||||
}
|
||||
Reference in New Issue
Block a user