Class CConst

  • All Implemented Interfaces:
    net.morimekta.providence.descriptor.PField, CAnnotatedDescriptor

    public class CConst
    extends CField
    First stage before we have a totally separate CConst from the CField contained type class.
    • Constructor Detail

      • CConst

        public CConst​(@Nullable
                      java.lang.String documentation,
                      @Nonnull
                      java.lang.String name,
                      @Nonnull
                      net.morimekta.providence.descriptor.PDescriptorProvider typeProvider,
                      @Nonnull
                      net.morimekta.providence.descriptor.PValueProvider defaultValue,
                      @Nullable
                      java.util.Map<java.lang.String,java.lang.String> annotations)