Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
jvx:server:lco:accessible_notaccessible [2019/07/04 12:27]
admin
jvx:server:lco:accessible_notaccessible [2019/07/04 12:28]
admin
Line 29: Line 29:
  
 <file java> <file java>
-@NotAccessible(environment = ILauncher.ENVIRONMENT_DESKTOP +","​ + ILauncher.ENVIRONMENT_REST)+@NotAccessible(environment = ILauncher.ENVIRONMENT_DESKTOP + ","​ + ILauncher.ENVIRONMENT_REST)
 public String getCustomerName() public String getCustomerName()
 { {
Line 36: Line 36:
 </​file>​ </​file>​
  
 +or (repeatable Annotations,​ since Java8)
 +
 +<file java>
 +@NotAccessible(environment = ILauncher.ENVIRONMENT_DESKTOP}
 +@NotAccessible(environment = ILauncher.ENVIRONMENT_REST}
 +public String getCustomerName()
 +{
 +    return "John Doe";
 +}
 +</​file>​
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information