Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ OilFilter
Class
OilFilter
reflection/RegisteredFactories.java:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
class
OilFilter extends Filter {
50
@Override
51
public
OilFilter get() {
return
new
OilFilter(); }
52
}
53
54
class
Belt extends Part {}
55
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected