Skip to content

Instantly share code, notes, and snippets.

@itaifrenkel
Created May 14, 2012 16:26
Show Gist options
  • Save itaifrenkel/2694906 to your computer and use it in GitHub Desktop.
Save itaifrenkel/2694906 to your computer and use it in GitHub Desktop.
Cldoufi Service DSL POJO
class Service {
String name;
String type;
int numInstances;
ServiceLifecycle lifecycle;
Map<String, Object> customCommands;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment