View Javadoc
1   package io.guixer.types;
2   
3   public enum AttributeScope {
4   
5   	UPLOAD, //
6   	RUN, //
7   	STEP, //
8   }