提交 aedf6652 编写于 作者: K kohsuke

doc improvement.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13962 71c3de6d-444a-0410-be80-ed276b4c234a
上级 0eb370ff
......@@ -40,10 +40,14 @@ import java.util.Map;
* <h2>Note for implementors</h2>
* <ul>
* <li>
* {@link View} subtypes need
* {@link View} subtypes need the <tt>newViewDetail.jelly</tt> page,
* which is included in the "new view" page. This page should have some
* description of what the view is about.
* </ul>
*
* @author Kohsuke Kawaguchi
* @see ViewDescriptor
* @see ViewGroup
*/
@ExportedBean
public abstract class View extends AbstractModelObject implements AccessControlled, Describable<View>, ExtensionPoint {
......
......@@ -4,6 +4,7 @@ package hudson.model;
* {@link Descriptor} for {@link View}.
*
* @author Kohsuke Kawaguchi
* @since 1.269
* @see View#LIST
*/
public abstract class ViewDescriptor extends Descriptor<View> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册