A priority, from 0 to 10 that this provider should be used, taking the current environment into consideration. 5 should be considered the default, and then tweaked based on environment detection. A priority of 0 does not imply that the provider wouldn't work; just that it should be last in line.
()
| 60 | * be last in line. |
| 61 | */ |
| 62 | protected abstract int priority(); |
| 63 | |
| 64 | /** |
| 65 | * Creates a new builder with the given port. |
nothing calls this directly
no outgoing calls
no test coverage detected