in juneau-petstore-api/src/main/java/org/apache/juneau/petstore/dto/Pet.java [141:144]
public Pet price(float value) { this.price = value; return this; }