ildfly-clustering-faces-mojarra.35.0.0.Beta1.source-code.com.sun.faces.util.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-mojarra Show documentation
Show all versions of wildfly-clustering-faces-mojarra Show documentation
Marshalling optimizations for Mojarra.
The newest version!
syntax = "proto3";
package com.sun.faces.util;
import "org.wildfly.clustering.marshalling.protostream.proto";
/**
* @TypeId(530)
*/
message LRUMap {
repeated org.wildfly.clustering.marshalling.protostream.Any entry = 1;
uint32 maxCapacity = 2;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy