BAEL-2779 Guide to classgraph library
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.baeldung.classgraph;
|
||||
|
||||
public class MethodWithAnnotationParameterWeb {
|
||||
|
||||
@TestAnnotation("web")
|
||||
public void service() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user