Alachisoft.NCache.Common.Configuration.ConfigurationCommentAttribute Maven / Gradle / Ivy
package Alachisoft.NCache.Common.Configuration;
//C# TO JAVA CONVERTER TODO TASK: Java annotations will not correspond to .NET attributes:
//[AttributeUsage(AttributeTargets.Property)]
public class ConfigurationCommentAttribute extends ConfigurationAttributeBase {
public ConfigurationCommentAttribute() {
super(false, false);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy