package org.atomnuke.lifecycle.resolution; /** * * @author zinic */ public interface ResolutionAction { ResolutionActionType type(); }