Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ve-dev] Beans.isDesignTime

Hi,

In VE, If I put a piece of code under the condition:

if (!Beans.isDesignTime()) {
	code
}

Will the code be executed in the Target VM?

Is there a way to suppress code from being executed in the Target VM?

Thanks and regards,

Janak


Back to the top