How to represent vaadin:// resources?

It is possible to store css into src/main/resources/VAADIN/foo/bar/baz.css, and then reference those via @StyleSheet(“vaadin://foo/bar/baz.css”).
Is it however possible to create such vaadin:// Resource object instance pointing into the src/main/resources/VAADIN/ folder? Thanks! :wink: