code implemented
This commit is contained in:
10
marker/src/main/java/Guard.java
Normal file
10
marker/src/main/java/Guard.java
Normal file
@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Created by Alexis on 29-Apr-17.
|
||||
*/
|
||||
public class Guard implements Permission {
|
||||
|
||||
protected static void enter() {
|
||||
System.out.println("You can enter");
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user