Annotation Type RequireHttps


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface RequireHttps
    Marks a page as requiring https. NOTES: Adding Inherited annotation to this annotation will not work because we also want it to work for interfaces
    See Also:
    SwitchProtocolRequestHandler