Annotation Type AsyncWrites


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface AsyncWrites
    User: Stephan Bösebeck Date: 19.03.13 Time: 12:38

    When this annotation is added to a class, all store or update calls of objects of this class will be asynchrounously

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean value  
    • Element Detail

      • value

        boolean value
        Default:
        true