This commit is contained in:
2025-10-08 10:26:19 +02:00
parent d074170b0f
commit 1741908a9d
10 changed files with 197 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/**
* L'interface <code>Interface</code>
*
* @version
* @author
* Date :
* Licence :
*/
public interface Interface {
//Méthodes
public void Action() ;
}