crud/main/java/com/aop/targetInterface.java

6 lines
72 B
Java

package com.aop;
public interface targetInterface {
void show();
}