In package com.caseyjbrooks.clog.parseltongue

public interface @interface Spell implements Annotation

Declares a method to be a Spell which can be called from within Parseltongue. Spells must be registered like new Parseltongue().findSpells(SpellClass.class). If a name is given to the annotation, that is the name by which it will be accessible from Parseltongue, otherwise the name of the method will be used.