org.fiolino.common.analyzing.Priority Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons Show documentation
Show all versions of commons Show documentation
General structure to easily create dynamic logic via MethodHandles and others.
package org.fiolino.common.analyzing;
/**
* Created by kuli on 04.01.16.
*/
public enum Priority {
INITIALIZING,
PREPROCESSING,
PROCESSING,
POSTPROCESSING
}