package com.plannaplan.interfaces; public interface ProtectedAction { void validateAction(); }