Skip to content
Snippets Groups Projects
DropletType.java 62 B
Newer Older
package nloc;

public enum DropletType {
  PAYLOAD, HEADER;
}