Class ExprBookAuthor

All Implemented Interfaces:
Converter<ItemType,String>, Debuggable, Expression<String>, SyntaxElement

@Name("Book Author") @Description("The author of a book.") @Examples({"on book sign:","\tmessage \"Book Title: %author of event-item%\""}) @Since("2.2-dev31") public class ExprBookAuthor extends SimplePropertyExpression<ItemType,String>