Annotation Type Raw


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface Raw
    Explicitly declare a method as raw. Invokes this method directly without thread decoupling, argument copy, i.e. without any protection.