From: Sergey Vladimirov Date: Mon, 25 Jul 2011 09:38:05 +0000 (+0000) Subject: mark autogenerated methods as internal, but leave them as public X-Git-Tag: REL_3_8_BETA4~79 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=62d7a21e94bf54b5544788eff232d33c5fdcc0db;p=poi.git mark autogenerated methods as internal, but leave them as public git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150605 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/types/styles/hdftype.xsl b/src/types/styles/hdftype.xsl index fa21922840..dd87d1d1ff 100644 --- a/src/types/styles/hdftype.xsl +++ b/src/types/styles/hdftype.xsl @@ -32,6 +32,7 @@ package ; import org.apache.poi.util.BitField; +import org.apache.poi.util.Internal; import org.apache.poi.util.LittleEndian; import org.apache.poi.util.StringUtil; import org.apache.poi.util.HexDump; @@ -39,10 +40,15 @@ import org.apache.poi.hwpf.usermodel.*; /** * + * <p> * NOTE: This source is automatically generated please do not modify this file. Either subclass or * remove the record in src/types/definitions. + * <p> + * This class is internal. It content or properties may change without notice + * due to changes in our knowledge of internal Microsoft Word binary structures. */ +@Internal public abstract class AbstractType { @@ -208,6 +214,7 @@ public abstract class Abstrac * Sets the field value. * */ + @Internal public void set( value ) { = ; @@ -217,6 +224,7 @@ public abstract class Abstrac * * @return the field value. */ + @Internal public () { return @@ -244,7 +252,7 @@ public abstract class Abstrac /**/ - public final static + protected final static @@ -290,6 +298,7 @@ public abstract class Abstrac * * @return One of */ + @Internal public get() { return ; @@ -314,6 +323,7 @@ public abstract class Abstrac * @param * One of */ + @Internal public void set( ) { this. = ;