Initial commit
This commit is contained in:
15
api/src/main/java/ch/gtache/fro/Bird.java
Normal file
15
api/src/main/java/ch/gtache/fro/Bird.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package ch.gtache.fro;
|
||||
|
||||
/**
|
||||
* Represents a bird
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface Bird {
|
||||
|
||||
/**
|
||||
* Returns the name of the bird
|
||||
*
|
||||
* @return The name
|
||||
*/
|
||||
String name();
|
||||
}
|
||||
Reference in New Issue
Block a user