Package org.apache.wicket.protocol.https
Annotation Type RequireHttps
-
@Retention(RUNTIME) @Target(TYPE) public @interface RequireHttpsMarks a page as requiring https. NOTES: AddingInheritedannotation to this annotation will not work because we also want it to work for interfaces- See Also:
SwitchProtocolRequestHandler