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