Class ValueImmutableInfo

    • Constructor Detail

      • ValueImmutableInfo

        public ValueImmutableInfo()
    • Method Detail

      • annotationType

        public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
        Specified by:
        annotationType in interface java.lang.annotation.Annotation
      • isDefault

        @Default
        public boolean isDefault()
      • builder

        @Parameter
        public abstract boolean builder()
      • copy

        @Parameter
        public abstract boolean copy()
      • intern

        @Parameter
        public abstract boolean intern()
      • prehash

        @Parameter
        public abstract boolean prehash()
      • lazyhash

        @Parameter
        public abstract boolean lazyhash()
      • singleton

        @Parameter
        public abstract boolean singleton()