Skip to content

Commit 952c587

Browse files
authored
improved the links to stackoverflow
1 parent 0a41dd8 commit 952c587

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,11 @@ ExtremeSeasons.getEnumOrRaise("Fruehling"); // throws an IllegalArgu
120120
When you do a reverse mapping the mapped values should of course be unique.
121121

122122
### Alternatives
123-
This section mentions some alternative approaches that you can use instead of this annotation processor.
123+
This section mentions some alternative approaches that you can use instead of this annotation processor.
124+
See also: [Stackoverflow: How to ensure completeness in an enum switch at compile time?](https://stackoverflow.com/questions/16797529/how-to-ensure-completeness-in-an-enum-switch-at-compile-time)
124125

125126
#### Abstract Enum Methods
126-
As mentioned in this [Stackoverflow answer to: Force exhaustive switch](http://stackoverflow.com/a/27184080/6287240)
127+
As mentioned in this [Stackoverflow answer](https://stackoverflow.com/a/16798500/6287240)
127128
you can have abstract methods on your enum definition.
128129
```java
129130
public enum AlternativeBool {

0 commit comments

Comments
 (0)