Annotation Type Scope


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Scope
    Operation mode meta data for proxies. Use only for presenters which are restricted to standalone or domain. Don't use this annotation, if the presenter is supposed to run in both standalone and domain.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Scope.Mode value
      Carries the operation mode
    • Element Detail

      • value

        Scope.Mode value
        Carries the operation mode
        Returns:
        the operation mode