StandardDerived3.java |
/* * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ package test.compliance.standard.support; public class StandardDerived3 implements StandardDerived3MBean { public void setArbitraryValue(String value) { } }
StandardDerived3.java |