
com.lyncode.choiceprops.named.One 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 One extends Named {
@Override
public IContainable containable() {
return new ListContainable(1);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy