How do we want to do plugins? I like an annotation type system. ``` java @Plugin(name="Test", authors=new String[] {"Phase"}) public class TestPlugin{} ```