/*
- * Copyright 2000-2007 JetBrains s.r.o.
+ * Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* @author ven
*/
public enum JspDirectiveKind {
+ /** Mapped to both page and tag directives */
PAGE,
INCLUDE,
TAGLIB,