]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.rap/src/main/java/org/argeo/slc/client/rap/SlcSecureRap.java
Improve RAP and RCP
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rap / src / main / java / org / argeo / slc / client / rap / SlcSecureRap.java
1 package org.argeo.slc.client.rap;
2
3 import org.argeo.security.ui.rap.SecureEntryPoint;
4
5 /**
6 * This class controls all aspects of the application's execution and is
7 * contributed through the plugin.xml.
8 */
9 public class SlcSecureRap extends SecureEntryPoint {
10 }