/*
 * Copyright 2016-2020 MicroEJ Corp. All rights reserved.
 * This library is provided in source code for use, modification and test, subject to license terms.
 * Any modification of the source code will break MicroEJ Corp. warranties on the whole library.
 */
/**
 * Contains background definition and some implementations.
 * <p>
 * A background can be associated to a border.
 *
 * @see ej.mwt.style.outline.border
 */
@ej.annotation.NonNullByDefault
package ej.mwt.style.background;
