All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.hawt.dozer.DozerFacade Maven / Gradle / Ivy

package io.hawt.dozer;

import io.hawt.util.MBeanSupport;

/**
 *
 */
public class DozerFacade extends MBeanSupport implements DozerFacadeMXBean {

    public void init() throws Exception {
        super.init();
    }

    @Override
    public void destroy() throws Exception {
        super.destroy();
    }


    @Override
    protected String getDefaultObjectName() {
        return "hawtio:type=DozerFacade";
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy