improvement

This commit is contained in:
Kent@lhind.hp.g5
2021-01-31 16:40:50 +01:00
parent 315f47649b
commit d7763e06c2
2 changed files with 27 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
package com.baeldung.reflection.check.abstractclass;
public interface InterfaceExample {
}