Annotation Type Dynamic


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Dynamic
    Marks an attribute as being dynamic. This means that defaults for it can be configured on the global and realm levels. This should only be applied to attributes with an IDENTITY scope.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean perIdentity
      Allows this to be set on a per identity basis.
    • Element Detail

      • perIdentity

        boolean perIdentity
        Allows this to be set on a per identity basis. TODO: cases that set this to false may be able to be converted to realm config in the future. It's also possible that some of those cases may be incorrect.
        Default:
        true