Annotation Type RequireHttpWhiteboard


  • @Documented
    @Retention(CLASS)
    @Target({TYPE,PACKAGE})
    @Requirement(namespace="osgi.implementation",
                 name="osgi.http",
                 version="1.1.0")
    public @interface RequireHttpWhiteboard
    This annotation can be used to require the Http Whiteboard implementation. It can be used directly, or as a meta-annotation.

    This annotation is applied to several of the Http Whiteboard component property annotations meaning that it does not normally need to be applied to Declarative Services components which use the Http Whiteboard.