7 lines
121 B
Java
Raw Normal View History

2017-04-29 16:35:57 +02:00
/**
* Interface without any methods
* Marker interface is based on that assumption
*/
public interface Permission {
}