Skip to content

Commit

Permalink
plugin constants
Browse files Browse the repository at this point in the history
  • Loading branch information
senn committed Oct 28, 2021
1 parent 31448ee commit 042c0bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/com/senn/aem/plugin/intellij/compgen/PluginConstants.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package com.senn.aem.plugin.intellij.compgen;

/**
* General plugin wide constants
* @author bart.senn@gmail.com
*/
public interface PluginConstants {

String PLUGIN_ID = "com.senn.aem.plugin.intellij.compgen";

}

0 comments on commit 042c0bc

Please sign in to comment.