langtools/src/share/classes/com/sun/javadoc/MemberDoc.java
changeset 23136 aa8958a4c8f4
parent 5520 86e4b9a9da40
equal deleted inserted replaced
23135:3c45d467788f 23136:aa8958a4c8f4
     1 /*
     1 /*
     2  * Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    40  */
    40  */
    41 public interface MemberDoc extends ProgramElementDoc {
    41 public interface MemberDoc extends ProgramElementDoc {
    42 
    42 
    43     /**
    43     /**
    44      * Returns true if this member was synthesized by the compiler.
    44      * Returns true if this member was synthesized by the compiler.
       
    45      *
       
    46      * @return true if this member was synthesized by the compiler.
    45      */
    47      */
    46     boolean isSynthetic();
    48     boolean isSynthetic();
    47 }
    49 }