package com.plexobject.aom;

public interface Operation {

    Object perform(Entity entity, Object[] args);
}
