5 lines
66 B
Java
5 lines
66 B
Java
package org.testng.annotations;
|
|
|
|
public interface IAnnotation {
|
|
}
|
package org.testng.annotations;
|
|
|
|
public interface IAnnotation {
|
|
}
|