All Downloads are FREE. Search and download functionalities are using the official Maven repository.

react4j.processor.ImmutableInputKeyStrategy Maven / Gradle / Ivy

The newest version!
package react4j.processor;

enum ImmutableInputKeyStrategy
{
  KEYED,
  IS_STRING,
  TO_STRING,
  ENUM,
  AREZ_IDENTIFIABLE,
  DYNAMIC
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy