Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 948e3e98f304df9f587843af90a6715c2de24d31 (plain) (blame)
1
2
3
4
5
package abc.internal;

@java.lang.Deprecated()
public class TypeInAModule {
}

Back to the top