Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openjdk-multiarch-jdk8u
Path: blob/aarch64-shenandoah-jdk8u272-b10/langtools/test/tools/javadoc/annotations/annotateMethodsFields/expected.out
38828 views
element pkg1.A.value()
  annotations:
    @pkg1.A("value")
  returns:
    String

field E econst
  annotations:
    @pkg1.A("econst")

field int f
  annotations:
    @pkg1.A("f")

method pkg1.B.m1(int)
  signature: (int)
             (int)
  annotations:
    @pkg1.A("m1")
  returns:
    void