blob: fea16b4fdb08d35c6bf799242224e83b04cec220 [file] [log] [blame]
package a.interfaces.restrictions;
/**
* @noextend This interface is not to be extended by clients.
*/
public interface RemoveNoExtend {
}