All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cedarsoft.annotations.instrumentation.test.Combined Maven / Gradle / Ivy

There is a newer version: 8.9.0
Show newest version
package com.cedarsoft.annotations.instrumentation.test;

import javax.annotation.Nonnull;

import com.cedarsoft.annotations.NonUiThread;

/**
 * @author Johannes Schneider ([email protected])
 */
public class Combined {
  @Nonnull
  @NonUiThread
  public String doIt() {
    System.out.println("com.cedarsoft.annotations.instrumentation.test.Combined.doIt");
    return null;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy