nz.ac.auckland.lmz.widget.service.WidgetStateValidation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lmzwidget Show documentation
Show all versions of lmzwidget Show documentation
LMZ Widget proof of concept frontend and bus module
package nz.ac.auckland.lmz.widget.service;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
@nz.ac.auckland.common.stereotypes.UniversityComponent() public class WidgetStateValidation
extends java.lang.Object implements
groovy.lang.GroovyObject {
;
public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public void setMetaClass(groovy.lang.MetaClass mc) { }
public java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments) { return null;}
public java.lang.Object getProperty(java.lang.String property) { return null;}
public void setProperty(java.lang.String property, java.lang.Object value) { }
public nz.ac.auckland.lmz.widget.service.WidgetService getWidgetService() { return (nz.ac.auckland.lmz.widget.service.WidgetService)null;}
public void setWidgetService(nz.ac.auckland.lmz.widget.service.WidgetService value) { }
@javax.annotation.PostConstruct() public void validateThatAllHaveWidgetAnnotation() { }
}