Class SerialVersionUIDComputer
java.lang.Object
org.jboss.forge.roaster.model.util.SerialVersionUIDComputer
Computes the SerialVersion UID value
- Author:
- George Gastaldi
-
Method Summary
Modifier and TypeMethodDescriptionstatic longcompute(JavaClassSource source) This is not the official algorithm as defined in the JLS spec, but it is close
-
Method Details
-
compute
This is not the official algorithm as defined in the JLS spec, but it is close- Parameters:
source- the source of which the UUID is base- Returns:
- the computed serialVersionUID value
- See Also:
-