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

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

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", "before", "after" })
public interface JavaeePartialResponseInsertCommonType, 
    BEFORE1 extends JavaeeBeforeCommType, 
    AFTER2 extends JavaeeAfterCommType>
    extends Child { 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy