feat(jdk8): move files to new folder to avoid resources compiled.

This commit is contained in:
2025-09-07 15:25:52 +08:00
parent 3f0047bf6f
commit 8c35cfb1c0
17415 changed files with 217 additions and 213 deletions

View File

@@ -0,0 +1,38 @@
package org.omg.CosNaming.NamingContextPackage;
/**
* org/omg/CosNaming/NamingContextPackage/NotEmptyHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/CosNaming/nameservice.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public final class NotEmptyHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.CosNaming.NamingContextPackage.NotEmpty value = null;
public NotEmptyHolder ()
{
}
public NotEmptyHolder (org.omg.CosNaming.NamingContextPackage.NotEmpty initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.CosNaming.NamingContextPackage.NotEmptyHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.CosNaming.NamingContextPackage.NotEmptyHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.CosNaming.NamingContextPackage.NotEmptyHelper.type ();
}
}