public class org.apache.isis.commons.internal.debug.xray.XrayEnable extends java.lang.Object implements org.springframework.beans.factory.InitializingBean
{
public void <init>()
{
org.apache.isis.commons.internal.debug.xray.XrayEnable v;
v := @this: org.apache.isis.commons.internal.debug.xray.XrayEnable;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void afterPropertiesSet() throws java.lang.Exception
{
org.apache.isis.commons.internal.debug.xray.XrayEnable v;
v := @this: org.apache.isis.commons.internal.debug.xray.XrayEnable;
staticinvoke <java.lang.System: java.lang.String setProperty(java.lang.String,java.lang.String)>("java.awt.headless", "false");
staticinvoke <org.apache.isis.commons.internal.debug.xray.XrayUi: void start(int)>(0);
return;
}
}