Netflix / photon

Photon is a Java implementation of the Interoperable Master Format (IMF) standard. IMF is a SMPTE standard whose core constraints are defined in the specification st2067-2:2013
Apache License 2.0
234 stars 76 forks source link

jdk.nashorn.internal.ir.annotations.Immutable vs javax.annotation.concurrent.Immutable #312

Closed palemieux closed 2 years ago

palemieux commented 2 years ago

Should javax.annotation.concurrent.Immutable be imported instead of jdk.nashorn.internal.ir.annotations.Immutable?

https://github.com/Netflix/photon/blob/87a30904c112dd39d6483a02fdf565714e01a134/src/main/java/com/netflix/imflibrary/st2067_201/IABSoundfieldLabelSubDescriptor.java#L12