/**
 * Internal implementation classes package.
 *
 * <p>This package contains internal implementation details for VaadinCKEditor
 * that should not be used directly by external code.
 * These classes may be changed or removed without notice.</p>
 *
 * <p>Main classes:</p>
 * <ul>
 *   <li>{@link com.wontlost.ckeditor.internal.UploadManager} - File upload management</li>
 *   <li>{@link com.wontlost.ckeditor.internal.ContentManager} - Content processing</li>
 *   <li>{@link com.wontlost.ckeditor.internal.EventDispatcher} - Event dispatching</li>
 * </ul>
 *
 * @since 5.0.0
 */
package com.wontlost.ckeditor.internal;
