mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 16:58:56 +00:00
code implemented
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Created by Alexis on 29-Apr-17.
|
||||
* Interface without any methods
|
||||
* Marker interface is based on that assumption
|
||||
*/
|
||||
public interface Permission {
|
||||
}
|
||||
Reference in New Issue
Block a user