Add interface to generate some doc out of

Signed-off-by: Knut-Erik Johnsen <abstract@knut-erik.org>
This commit is contained in:
Knut-Erik Johnsen 2024-10-11 16:23:09 +02:00
parent f15a317426
commit 220068c09f
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package io.upbound;
/**
* This is the project for the upjet based Azure AD Provider.
*/
public interface AzureADProvider {
}