public ResourceDescriptions getStore()

in juneau-petstore-server/src/main/java/org/apache/juneau/petstore/rest/PetStoreResource.java [267:272]


	public ResourceDescriptions getStore() {
		return new ResourceDescriptions()
			.append("store/order", "Petstore orders")
			.append("store/inventory", "Petstore inventory")
		;
	}