
com.lyncode.choiceprops.named.Zero Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plural-property Show documentation
Show all versions of plural-property Show documentation
Plural Properties by Lyncode
The newest version!
package com.lyncode.choiceprops.named;
import com.lyncode.choiceprops.element.IContainable;
import com.lyncode.choiceprops.element.ListContainable;
public class Zero extends Named {
@Override
public IContainable containable() {
return new ListContainable(0);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy