public class BytecodeSignatureMaker extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getCompileDependencySignature(byte[] byteCode)
Returns a hash computed from the non-private/non-synthetic members and
methods in a class.
|
public static String getCompileDependencySignature(byte[] byteCode)
byteCode
- byte code for class to analyze.Copyright © 2018. All rights reserved.