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

com.britesnow.snow.web.rest.WebSerializerRef Maven / Gradle / Ivy

There is a newer version: 2.0.9
Show newest version
package com.britesnow.snow.web.rest;

import java.lang.reflect.Method;

import com.britesnow.snow.web.handler.WebHandlerRef;

public class WebSerializerRef extends WebHandlerRef{

    protected WebSerializerRef(Class webClass, Method method) {
        super(webClass, method, null);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy