/** * Copyright (c) 2016 Evolveum * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Package for private GUI implementation. Any class or interface found in * this package is considered private and it is subject to change any time * without any warning. It you depend on the classes in this package you * do it at your own risk. It is likely that midPoint upgrades will fail * in a spectacular way and your customizations will not survive. * You have been warned. * * If there is any class or interface in this package that you think * may be useful as reusable component please contact the midPoint team. * We will consider moving it to the API. * * @author Radovan Semancik */ package com.evolveum.midpoint.gui.impl;