L'interface peut-elle avoir des attributs java

interface MyInterface {
	int a = 5; // always public static final
}
PutinsRightNut