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

org.jboss.shrinkwrap.descriptor.api.facespartialresponse.JavaeePartialResponseChangesCommonType Maven / Gradle / Ivy

The newest version!
package org.jboss.shrinkwrap.descriptor.api.facespartialresponse; 

import java.util.ArrayList;
import java.util.List;
import org.jboss.shrinkwrap.descriptor.api.Child;
import org.jboss.shrinkwrap.descriptor.api.CommonExtends;

@CommonExtends(common = { "dummy", "partial-response-updateType", "partial-response-insertType", "partial-response-deleteType", "partial-response-attributesType" })
public interface JavaeePartialResponseChangesCommonType, 
    PARTIALRESPONSEUPDATETYPE1 extends JavaeePartialResponseUpdateCommonType, 
    PARTIALRESPONSEINSERTTYPE2 extends JavaeePartialResponseInsertCommonType, 
    PARTIALRESPONSEDELETETYPE3 extends JavaeePartialResponseDeleteCommonType, 
    PARTIALRESPONSEATTRIBUTESTYPE4 extends JavaeePartialResponseAttributesCommonType>
    extends Child { 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy