mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
package refactoring
This commit is contained in:
12
src/main/java/com/commafeed/frontend/pages/HomePage.java
Normal file
12
src/main/java/com/commafeed/frontend/pages/HomePage.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package com.commafeed.frontend.pages;
|
||||
|
||||
import org.apache.wicket.authroles.authorization.strategies.role.annotations.AuthorizeInstantiation;
|
||||
import org.apache.wicket.markup.html.WebPage;
|
||||
|
||||
import com.commafeed.frontend.pages.auth.Role;
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
@AuthorizeInstantiation(Role.USER)
|
||||
public class HomePage extends WebPage {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user