Skip to content

Instantly share code, notes, and snippets.

@jvanzyl
Created June 23, 2017 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvanzyl/98eaeaf9e338d2462d6856a6e15bea63 to your computer and use it in GitHub Desktop.
Save jvanzyl/98eaeaf9e338d2462d6856a6e15bea63 to your computer and use it in GitHub Desktop.
package com.oneops;
import java.util.Map;
public class Component {
public String id;
public Map<String,String> configuration;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment