Annotation Type Prototype


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    public @interface Prototype
    Guice prototype scope annotation. Could be used to annotate jersey extensions to prevent forced singleton scope.
    Since:
    04.05.2018