ildfly-clustering-faces-api.34.0.1.Final.source-code.jakarta.faces.view.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wildfly-clustering-faces-api Show documentation
Show all versions of wildfly-clustering-faces-api Show documentation
Marshalling optimizations for Jakarta Faces specification classes.
package jakarta.faces.view;
/**
* @TypeId(505)
*/
message Location {
optional string path = 1;
optional uint32 line = 2;
optional uint32 column = 3;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy